翻訳と辞書
Words near each other
・ Crossed dystopia
・ Crossed extensor reflex
・ Crossed field antenna
・ Crossed fingers
・ Crossed Keys Tavern
・ Crossed ladders problem
・ Crossed letter
・ Crossed Lines
・ Crossed Lines (album)
・ Crossed Lines (film)
・ Crossed Loves
・ Crossed module
・ Cross-site
・ Cross-site cooking
・ Cross-site request forgery
Cross-site scripting
・ Cross-site tracing
・ Cross-species transmission
・ Cross-spectrum
・ Cross-State Air Pollution Rule
・ Cross-step waltz
・ Cross-stitch
・ Cross-Strait charter
・ Cross-Strait Economic Zone
・ Cross-Strait Economic, Trade and Culture Forum
・ Cross-Strait Forum
・ Cross-strait language database
・ Cross-Strait Peace Forum
・ Cross-Strait relations
・ Cross-Strait Service Trade Agreement


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cross-site scripting : ウィキペディア英語版
Cross-site scripting

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side script into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy. Cross-site scripting carried out on websites accounted for roughly 84% of all security vulnerabilities documented by Symantec as of 2007.〔During the second half of 2007, 11,253 site-specific cross-site vulnerabilities were documented by XSSed, compared to 2,134 "traditional" vulnerabilities documented by Symantec, in 〕 Their effect may range from a petty nuisance to a significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner.
==Background==
Security on the web is based on a variety of mechanisms, including an underlying concept of trust known as the same-origin policy. This essentially states that if content from one site (such as ''https://mybank.example1.com'') is granted permission to access resources on the system, then any content from that site will share these permissions, while content from another site (''https://othersite.example2.com'') will have to be granted permissions separately.〔(【引用サイトリンク】url=http://www.w3.org/Security/wiki/Same_Origin_Policy )
Cross-site scripting attacks use known vulnerabilities in web-based applications, their servers, or plug-in systems on which they rely. Exploiting one of these, attackers fold malicious content into the content being delivered from the compromised site. When the resulting combined content arrives at the client-side web browser, it has all been delivered from the trusted source, and thus operates under the permissions granted to that system. By finding ways of injecting malicious scripts into web pages, an attacker can gain elevated access-privileges to sensitive page content, session cookies, and a variety of other information maintained by the browser on behalf of the user. Cross-site scripting attacks are therefore a special case of code injection.
The term "cross-site scripting" was introduced by Microsoft in the year 2000. The expression "cross-site scripting" originally referred to the act of loading the attacked, third-party web application from an unrelated attack site, in a manner that executes a fragment of JavaScript prepared by the attacker in the security context of the targeted domain (taking advantage of a ''reflected'' or ''non-persistent'' XSS vulnerability). The definition gradually expanded to encompass other modes of code injection, including persistent and non-JavaScript vectors (including ActiveX, Java, VBScript, Flash, or even HTML scripts), causing some confusion to newcomers to the field of information security.
XSS vulnerabilities have been reported and exploited since the 1990s. Prominent sites affected in the past include the social-networking sites Twitter,
Facebook,
MySpace, YouTube and Orkut. In recent years, cross-site scripting flaws surpassed buffer overflows to become the most common publicly reported security vulnerability, with some researchers in 2007 viewing as many as 68% of websites as likely open to XSS attacks.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cross-site scripting」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.